APIinterface
Describes an instance of the initialized io.Connect library.
Properties (17)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| appManager⚓︎ | API | x | App Management API. |
|
| channels⚓︎ | API | x | Channels API. |
|
| contexts⚓︎ | API | x | Contexts library. |
|
| info⚓︎ | object | x | Info object containing versions of all included libraries and io.Connect itself. |
|
| insights⚓︎ | IOInsights.API | x | x | io.Insights library |
| intents⚓︎ | API | x | Intents API. |
|
| interop⚓︎ | API | x | Interop library. |
|
| layouts⚓︎ | API | x | Layouts API. |
|
| logger⚓︎ | API | x | x | |
| modals⚓︎ | API | x | x | Modals API. io.Connect Browser 4.0 |
| notifications⚓︎ | API | x | Notifications API. |
|
| prefs⚓︎ | API | x | App Preferences API. |
|
| search⚓︎ | API | x | x | Search API. |
| themes⚓︎ | API | x | x | Themes API. |
| version⚓︎ | string | x | io.Connect version. |
|
| windows⚓︎ | API | x | Window Management API. |
|
| workspaces⚓︎ | API | x | x | Workspaces API. |
2 Methods
done()⚓︎
() => Promise<void>
Disposes the io.Connect API. This will remove all Interop methods and streams registered by the application.